home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / Shell ƒ / about.h < prev    next >
Encoding:
Text File  |  1994-10-25  |  376 b   |  8 lines  |  [TEXT/MMCC]

  1. void SetupTheAboutWindow(WindowPtr theWindow);
  2. void ShutDownTheAboutWindow(void);
  3. void OpenTheAboutWindow(WindowPtr theWindow);
  4. void DisposeTheAboutWindow(WindowPtr theWindow);
  5. void DrawTheAboutWindow(WindowPtr theWindow, short theDepth);
  6. void KeyDownInAboutWindow(WindowPtr theWindow, unsigned char theChar);
  7. void MouseDownInAboutWindow(WindowPtr theWindow, Point thePoint);
  8.